[index]

EndSize Property

Syntax

set the endSize of [leg <number> of]
<path> to <x,y> Applies to paths, legs of paths

Description

The endSize property allows you to set the size of an object at the end of its trip down a path or leg of a path. The object is smoothly scaled between the starting size, which you set using the startSize property, and the endSize according to the acceleration profile. <integer, integer> refers to the intended width and height of the object. For example, a value of 100,100 indicates an object that is 100 pixels wide and 100 pixels tall. The default endSize is 100,100. You can set the endSize property to apply to either the entire path or to a particular leg. If you want to specify different endSize values for each leg of the path, you must set the playStyle property to uselegScaling.

Notes

This property only specifies the ending size of the object. To resize the object along the path, you must also enable the scaling property.
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.